home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
misc
/
evenmore
/
rexx
/
wierdtext.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1999-02-03
|
344b
|
21 lines
/* */
if ~show('p','rexxsupport.library') then call addlib('rexxsupport.library',0,-30,0)
address 'EvenMore.1'
options results
"GETFILENAME"
filename = RESULT
/* Command can be JIVE, LAMER, CRAZYTEXT, CHEF, etc
*/ Get these on aminet
address command 'C:jive <'filename' >RAM:wierdtext'
"OPEN Ram:wierdtext"
delete('Ram:wierdtext')
exit